stylecontext: add an inline-toolbar style class
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 17 Mar 2011 19:44:03 +0000 (15:44 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 17 Mar 2011 19:47:04 +0000 (15:47 -0400)
gtk/gtkstylecontext.h

index 805f787fd6172a39cfdf552dcf3bc5fffeaba1ee..daf997fa08bc38a2d409474860f114ce19ac253e 100644 (file)
@@ -241,6 +241,13 @@ struct _GtkStyleContextClass
  */
 #define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
 
+/**
+ * GTK_STYLE_CLASS_INLINE_TOOLBAR:
+ *
+ * A CSS class to match inline toolbars.
+ */
+#define GTK_STYLE_CLASS_INLINE_TOOLBAR "inline-toolbar"
+
 /**
  * GTK_STYLE_CLASS_RADIO:
  *